Skip to content

ci(deps)(deps): bump actions/checkout from 4 to 7 - #325

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Closed

ci(deps)(deps): bump actions/checkout from 4 to 7#325
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 4 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@dependabot
dependabot Bot requested a review from devopam as a code owner August 31, 2026 06:20
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@github-actions

Copy link
Copy Markdown

⚠️ Auto-merge workflow failed. Manual review required.

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from 5ffd28d to 5559b20 Compare August 31, 2026 18:49
@github-actions

Copy link
Copy Markdown

⚠️ Auto-merge workflow failed. Manual review required.

devopam added a commit that referenced this pull request Sep 1, 2026
… deadlock (#328)

The workflow's 'Wait for status checks' step polled checks.listForRef on
the PR head SHA and waited for every check run to be 'completed' before
merging — but that list includes the workflow's own currently-running
check run, which can never be 'completed' mid-poll. Every bot PR timed
out after 60 attempts / ~10 minutes (see #324, #325, #326).

Replaced the hand-rolled wait-then-merge loop with native GitHub
auto-merge (gh pr merge --squash --auto), which lets GitHub itself wait
on branch protection's required-checks list and merge when green — no
self-polling possible. Also made workflow_dispatch actually usable via
a pr_number input (previously listed as a trigger but non-functional,
since the script only ever read context.payload.pull_request).


Claude-Session: https://claude.ai/code/session_013bghcqrffRB2LTwv2q2bTj

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like actions/checkout is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 1, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch September 1, 2026 00:29
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ Auto-merge workflow failed to enable auto-merge. Manual review required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants